home *** CD-ROM | disk | FTP | other *** search
- ; These definitions are used for Light Lib Objects inside the painter
- [FORM:LIGHTLIBDATAWINDOW]
- ContTitle=Light Lib Data Window
- text=LightLibDataWindow Caption
- InitMethod=LIGHTLIBDATAWINDOW(oWindow,iCtlID,oServer)
- Name=TheLightLibDataWindow
- Size=420,320
- DialogTemplate=1
- Position=5,5
- Style=WS_BORDER|WS_CHILD
- Assign05=Icon Name,Icon(CLASS:ICON)
- Assign06=Accelerator Table,Accelerator(CLASS:Accelerator)
- Assign100=Menu,Menu(CLASS:Menu)
- Assign07=Help File Name,HelpDisplay(string)
- Method10=View As,ViewAs(VIEWS)
- Method11=Data Server,Use(CLASS:DBSERVER)
- Method13=Font,Font(FONT)
- Method80=Notify Event,Notify(CODE:Notify)
- Method76=PreValidate Event,PreValidate(CODE:PreValidate)
-
- [CONTROL:IMAGEWINDOWCONTROL]
- ContTitle=ImageControl
- floatbar=llivowe1
- ClassName=Static
- Name=TheImageControl
- Size=200,200
- Style=WS_CHILD|SS_ICON|WS_BORDER
- InitMethod=ImageWindowControl(PARENT,ID)
- assign01=Name,HyperLabel(%Name%,%Caption%,,)
- assign02=Caption,HyperLabel(,lstring,,)
- assign03=Description,HyperLabel(,,string,)
- assign04=Help Context,HyperLabel(,,,string)
- Assign05=Background Color,Background(COLOR)
- Method10=Image FieldName, RegisterAsLightLibDataWindowClient(STRING)
-
-
- [CONTROL:TEXTCONTROL:BUTTON:SOUNDPLAYWINDOWCONTROL]
- ContTitle=Push Button
- floatbar=llmvowe1
- Type=CommandControl
- ClassName= button
- Name=TheSoundPlayControl
- text=PlaySound
- Size=80,22
- Style=WS_CHILD|WS_TABSTOP
- InitMethod = SoundPlayWindowControl(PARENT,ID)
- Method10=Sound FieldName, RegisterAsLightLibDataWindowClient(STRING)
-
- [CONTROL:TEXTCONTROL:BUTTON:SOUNDRECORDWINDOWCONTROL]
- ContTitle=Push Button
- floatbar=llmvowe2
- Type=CommandControl
- ClassName= button
- Name=TheSoundRecordControl
- text=RecordSound
- Size=80,22
- Style=WS_CHILD|WS_TABSTOP
- InitMethod = SoundRecordWindowControl(PARENT,ID)
- Method10=Sound FieldName, RegisterAsLightLibDataWindowClient(STRING)
-
- [CONTROL:VIDEOPLAYWINDOWCONTROL]
- ContTitle=VideoControl
- floatbar=llmvowe3
- ClassName=Static
- Name=TheVideoControl
- Size=163,187
- Style=WS_CHILD|SS_ICON|WS_BORDER
- InitMethod=VideoPlayWindowControl(PARENT,ID)
- assign01=Name,HyperLabel(%Name%,%Caption%,,)
- assign02=Caption,HyperLabel(,lstring,,)
- assign03=Description,HyperLabel(,,string,)
- assign04=Help Context,HyperLabel(,,,string)
- Assign05=Background Color,Background(COLOR)
- Method10=Video FieldName, RegisterAsLightLibDataWindowClient(STRING)
-
-
-
- ; End of Light Lib Definitions
-